ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Add Method / Add(Object) Method
The System.Object to add to the System.Collections.IList.

In This Topic
    Add(Object) Method
    In This Topic
    Adds an item to the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    The System.Object to add to the System.Collections.IList.

    Return Value

    The position into which the new element was inserted.
    See Also